object fmOverwriteDlg: TfmOverwriteDlg Left = 377 Top = 342 BorderStyle = bsDialog Caption = 'Confirm File Overwrite' ClientHeight = 160 ClientWidth = 461 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object laReplace: TLabel Left = 60 Top = 13 Width = 191 Height = 13 Caption = 'Do you want to replace the following file:' end object laReplaceFilename: TLabel Left = 68 Top = 32 Width = 385 Height = 30 AutoSize = False end object imLogo: TImage Left = 8 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object laWith: TLabel Left = 60 Top = 70 Width = 218 Height = 13 Caption = 'With this file being extracted from the archive::' end object laWithName: TLabel Left = 68 Top = 89 Width = 385 Height = 30 AutoSize = False end object bbYes: TBitBtn Left = 8 Top = 128 Width = 60 Height = 25 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 0 end object bbYesAll: TBitBtn Left = 72 Top = 128 Width = 60 Height = 25 Caption = 'Yes to &All' ModalResult = 21 TabOrder = 1 end object bbNo: TBitBtn Left = 136 Top = 128 Width = 60 Height = 25 Caption = '&No' ModalResult = 7 TabOrder = 2 end object bbNoAll: TBitBtn Left = 200 Top = 128 Width = 60 Height = 25 Caption = 'N&o to All' ModalResult = 22 TabOrder = 3 end object bbCancel: TBitBtn Left = 328 Top = 128 Width = 60 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 4 end object bbRename: TBitBtn Left = 264 Top = 128 Width = 60 Height = 25 Caption = '&Rename' TabOrder = 5 OnClick = bbRenameClick end object bbHelp: TBitBtn Left = 392 Top = 128 Width = 60 Height = 25 Caption = '&Help' TabOrder = 6 OnClick = bbHelpClick end end